home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CMain.h
-
- Header File For CMain Document Class
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architectâ„¢ 9:40 PM Wed, Jun 8, 1994
-
- This file is only generated once. You can modify it by extending
- the placeholder definitions and adding any new methods and
- data members you wish.
-
- If you change the name of the document class, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CMain.h"
-
- class CMain : public x_CMain {
-
- public:
-
- TCL_DECLARE_CLASS
-
- CMain();
- virtual ~CMain();
-
- void ICMain(void);
-
- virtual void PositionWindow( void );
- virtual void MakeNewWindow( void );
- virtual void MakeNewContents(void);
- virtual void ContentsToWindow(void);
- virtual void WindowToContents(void);
- };
-
- // If you have multiple document classes, you must change
- // the file type below to the appropriate type for this class.
- // If not, this #define is not used.
-
- #define CMainFType 'TEXT'
-